--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit e5f7d1aba4c530155edf0c45badd195d543accbc
Parents : 3f0baac
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-05-18T05:12:12-05:00
chore(cleanup): format with ruff
Changes
3 files changed, 24 insertions(+), 22 deletions(-)
Diff
diff --git a/meshchatx/meshchat.py b/meshchatx/meshchat.py
index 4b963b7f..211a65a1 100644
--- a/meshchatx/meshchat.py
+++ b/meshchatx/meshchat.py
@@ -4247,8 +4247,11 @@ class ReticulumMeshChat:
if self.current_context and self.current_context.config:
gitea_url = self.current_context.config.gitea_base_url.get()
- allowed = ["https://github.com/", "https://objects.githubusercontent.com/",
- "https://release-assets.githubusercontent.com/"]
+ allowed = [
+ "https://github.com/",
+ "https://objects.githubusercontent.com/",
+ "https://release-assets.githubusercontent.com/",
+ ]
if gitea_url:
allowed.insert(0, gitea_url + "/")
diff --git a/package.json b/package.json
index 34f1f310..d958b435 100644
--- a/package.json
+++ b/package.json
@@ -104,7 +104,6 @@
"vite-plugin-vuetify": "^2.1.3",
"vitest": "^4.1.5"
},
-
"build": {
"appId": "com.meshchatx",
"productName": "Reticulum MeshChatX",
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
index f1bff906..8ae47121 100644
--- a/pnpm-workspace.yaml
+++ b/pnpm-workspace.yaml
@@ -1,5 +1,5 @@
packages:
- - '.'
+ - "."
nodeLinker: hoisted
verifyStoreIntegrity: true
@@ -9,27 +9,27 @@ minimumReleaseAge: 7d
blockExoticSubDeps: true
allowBuilds:
- electron: true
- electron-winstaller: true
- esbuild: true
+ electron: true
+ electron-winstaller: true
+ esbuild: true
overrides:
- dompurify: '>=3.4.0'
- lodash: '>=4.17.23'
- '@isaacs/brace-expansion': '>=5.0.1'
- '@tootallnate/once': '>=3.0.1'
- tmp: '>=0.2.4'
- tar: '>=7.5.7'
- minimatch: '>=10.2.1'
- '@electron/asar>minimatch': '3.1.3'
- serialize-javascript: '>=7.0.3'
- flatted: '>=3.4.2'
+ dompurify: ">=3.4.0"
+ lodash: ">=4.17.23"
+ "@isaacs/brace-expansion": ">=5.0.1"
+ "@tootallnate/once": ">=3.0.1"
+ tmp: ">=0.2.4"
+ tar: ">=7.5.7"
+ minimatch: ">=10.2.1"
+ "@electron/asar>minimatch": "3.1.3"
+ serialize-javascript: ">=7.0.3"
+ flatted: ">=3.4.2"
patchedDependencies:
- ol@10.9.0: patches/ol@10.9.0.patch
- ol-mapbox-style@13.4.1: patches/ol-mapbox-style@13.4.1.patch
+ ol@10.9.0: patches/ol@10.9.0.patch
+ ol-mapbox-style@13.4.1: patches/ol-mapbox-style@13.4.1.patch
peerDependencyRules:
- allowedVersions:
- vis-data>uuid: '>=14.0.0'
- vis-network>uuid: '>=14.0.0'
+ allowedVersions:
+ vis-data>uuid: ">=14.0.0"
+ vis-network>uuid: ">=14.0.0"
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────